docs: close Step 3.3 — Homebrew tap is live, install paths validated#8
Merged
docs: close Step 3.3 — Homebrew tap is live, install paths validated#8
Conversation
- IMPLEMENTATION.md: flip Phase 3 and Step 3.3 from [🔧] to [✅]. Mark the two remaining items checked with the concrete artifacts: tap repo marlian/homebrew-tap published with Formula/workmem.rb and a `brew test` block that exercises `workmem version`, and the fresh-machine walkthrough (brew tap + install + test) green on macOS arm64 against v0.2.0. - README.md: drop the "tap is published once the first tagged release exists" placeholder — the tap is live now. Point readers at marlian/homebrew-tap for the source and mention the standard `brew update && brew upgrade workmem` update flow.
There was a problem hiding this comment.
Pull request overview
Closes documentation tasks for Phase 3 / Step 3.3 now that the Homebrew tap is published and the end-to-end install paths have been validated, and updates the README to link directly to the live tap.
Changes:
- Updates README Homebrew install snippet to include
workmem versionand links directly to the publishedmarlian/homebrew-tap. - Marks Phase 3 and Step 3.3 as completed in IMPLEMENTATION.md, and checks off the Homebrew + install-path validation bullets with updated wording.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Replaces the “tap will be published later” placeholder with a direct link to the live tap and adds a quick post-install verification command. |
| IMPLEMENTATION.md | Marks Phase 3 / Step 3.3 as complete and updates checklist items to reflect the now-live Homebrew tap and validated install paths. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Validation (performed before this PR)
v0.2.0release workflow ran end-to-end and produced 5 archives + SHA256SUMS (prerelease=false, marked Latest)brew tap marlian/tap && brew install workmeminstalls from the tap on macOS arm64 using the published darwin-arm64 tarballworkmem versionreportsv0.2.0 commit=f748e6c built=2026-04-16T04:34:42Z— ldflags injection verifiedbrew test workmempasses (exit 0) against theassert_match "workmem v#{version}"check in the formulaTest plan
🤖 Generated with Claude Code